home *** CD-ROM | disk | FTP | other *** search
/ Blackhawk for Windows 95 1996 November / Blackhawk for Windows 95 - Novermer 1996.iso / patches / msnds.exe / NDSBATCH.TXT < prev    next >
Text File  |  1995-10-13  |  2KB  |  43 lines

  1. ; This is NOT a complete MSBATCH.INF file
  2. ; it contains all of the lines that need to be present in
  3. ; MSBATCH.INF in order to install the Service for NetWare Directory Services
  4. ; (and the Client for NetWare, which is also required)
  5. [Network]
  6. clients=NWREDIR
  7. services=NWREDIR4
  8.  
  9. ; fill in the preferred server and first network drive
  10. ; both are optional
  11. [NWREDIR]
  12. PreferredServer=
  13. FirstNetDrive=
  14.  
  15. ; fill in the preferred tree and the workstation name context
  16. ; both are optional, but will need to be entered either here,
  17. ; the network control panel, or in the login dialog
  18. [NWREDIR4]
  19. PreferredTree=
  20. NameContext=
  21.  
  22. ; The install and ndspp.add sections below need to be there
  23. ; in order for printing to work when you install Service for NDS
  24. ; from MSBATCH.INF.
  25. ; Because they are lengthy, we strongly recommend that you copy and paste
  26. ; from this file
  27. [install]
  28. AddReg=NDSPP.add
  29.  
  30. [NDSPP.ADD]
  31. HKLM,"System\CurrentControlSet\Control\Print\Providers\Microsoft Print Provider for NetWare",Name,,"ndspp.dll"
  32.  
  33. HKCR,CLSID\{E6EF27C0-7984-11CE-BA00-00AA001F3DC4},,,"Netware objects"
  34. HKCR,CLSID\{E6EF27C0-7984-11CE-BA00-00AA001F3DC4}\InProcServer32,,,"ndspp.dll"
  35. HKCR,CLSID\{E6EF27C0-7984-11CE-BA00-00AA001F3DC4}\InProcServer32,ThreadingModel,,"Apartment"
  36.  
  37. HKCR,Printers\shellex\PropertySheetHandlers\CaptureConfig,,,"{971A71A0-449B-101B-A9B9-4AF3EEDDA3E3}"
  38. HKCR,CLSID\{971A71A0-449B-101B-A9B9-4AF3EEDDA3E3},,,"Capture Settings"
  39. HKCR,CLSID\{971A71A0-449B-101B-A9B9-4AF3EEDDA3E3}\InProcServer32,,,"ndspp.dll"
  40. HKCR,CLSID\{971A71A0-449B-101B-A9B9-4AF3EEDDA3E3}\InProcServer32,ThreadingModel,,"Apartment"
  41.  
  42.  
  43.